body {
	background-color: #7d96b7;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	font-family: Cambria, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #5D573F;
}

a		{ color: #ff0000; }
a img	{ border: none; }
.content table, .content tbody, .content tr, .content td { border-spacing: 0px; }

h4.question {
	font-style:italic;
}

h5 {
	color:#73623D;
	font-size:22px;
	font-weight:normal;
	margin:0;
	padding:0;
}

h6 {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 5px;
	}
	
/*Start Drop Shadow Border CSS*/
.edges {
	background-image: url('images/bodyBg.png');
	background-repeat: repeat-y;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.contentSpacing {
	width: 941px;
	margin-left: 30px;
	margin-right: 30px;
}
/*End Drop Shadow Border CSS*/


/*Start Header CSS*/
.header {
	background: url('images/blueHeader.gif');
	width: 941px;
	min-height: 40px;
	overflow: hidden;
	position: relative;
	pointer-events: none;
    cursor: default;
}

#searchshare {
	position: absolute;
	left: 542px;
	bottom: 0;
	text-align: right;
	width: 398px;
}
.search-box {
	width: 275px;
	height: 36px;
	overflow: hidden;
	float: right;
	text-align: left;
}
.search { padding-top: 5px; }
.input {
	width: 135px;
	height: 16px;
	padding: 3px 2px;
	margin: 5px 10px 0 0;
	vertical-align: top;
}
.keywordSearch {
	margin: 0px; 
	position: relative;
	background: url('images/searchBg.png') 0 0 no-repeat; 
	padding-left: 16px;
	display: none;
}
.keywordSearch img {
	margin-top: 7px;
}
.shareThis {
	width: 118px;
	height: 23px;
	overflow: hidden;
	float: right;
	text-align: center;
	margin: 12px 0 0 0;
	color: #fff;
}
.banner {
	float: right; 
	width: 735px; 
	height: 93px; 
	overflow: hidden; 
	padding-top: 14px;
}
/*End Header CSS*/


/*Start Main Navigation CSS*/

.mainMenu { 
	clear: left;
	width: 941px;
	text-align: left;
	margin: 0;
	padding: 0;
	display: none;
}
#menu, #menu * {
	list-style:	none;
}
#menu {
	background: #9D9D9D url('images/navBg.gif') repeat;
	width: 941px;
	height: 27px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.0;
}
#menu li {
	display: inline-block;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;  
	z-index: 99;
}
#menu li:hover				{ visibility:	inherit; /* fixes IE7 'sticky bug' */ }
#menu li:before				{ color: #a49e5c; content: '::'; }
#menu li:first-child:before { content:""; }
#menu li:first-child		{ background: none; }
#menu ul {
	background: #9c5a28;
	opacity: .85;
	position: absolute;
	top: -999em;
	width: 151px;
	margin: 0;
	padding: 0 12px;
	border-top: none;
	overflow: hidden;
}
#menu ul li {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: transparent;
	z-index: 99;
}

#menu ul li:before			{ content:""; }

#menu a {
	font: 14px/26px Cambria, Times, "Times New Roman", serif;
	color: #4F2316;
	text-decoration: none;
	padding: 5px 14px 6px;
}
#menu ul li a {
	display: block;
	width: 100%;
	font: 12px/16px Cambria, Times, "Times New Roman", serif;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 14px;
}
#menu li a:hover {
	background: #9c5a28;
	color: #fff;
}
#menu ul li a:hover {
	text-decoration:underline;
}
#menu li:hover ul,
#menu li.sfHover ul {
	left:			0;
	top:			25px;
	z-index:		99;
}
ul#menu li:hover li ul,
ul#menu li.sfHover li ul {
	top:			-999em;
}
ul#menu li li:hover ul,
ul#menu li li.sfHover ul {
	left:			175px;
	top:			0;
}
ul#menu li li:hover li ul,
ul#menu li li.sfHover li ul {
	top:			-999em;
}
ul#menu li li li:hover ul,
ul#menu li li li.sfHover ul {
	left:			175px;
	top:			0;
}



/*Sub Menu Navigation CSS */
.subMenu {
	width: 179px;
	vertical-align: top;
	text-align: center;
	float:left;
	margin:1px;
}

.sub-menu {
	list-style-type: none;
	width: 179px;
	margin: 0px;
	padding: 0px;
}

.sub-menu li {
	background-color: #e7e2ab;
	color: #73623d;
	border-bottom: 1px solid #b1a971;
	border-top: 1px solid #fdfcf8;
	font-size: 14px;
	padding: 0 6px;
}

.sub-menu li a {
	display: block;
	padding: 9px 0;
	color: #73623d;
	text-decoration: none;
	width: 100%;
}

.sub-menu li:hover {
	background-color: #fefdeb;
}

.sub-menu .current {
	background-color: #fefdeb;
}

.heading {
	background-color: #d2c796;
	color: #73623d;
	height: 36px;
	border-bottom: 1px solid #b1a971;
}

.heading h3 {
	margin-top: 0px;
	font-weight: normal;
	font-size: 14px;
}

.heading a {
	color: #73623d;
	text-decoration: none;
}

/*End Main Navigation CSS*/

/*Start Content CSS*/

 .innerContent {
 	background-color: white;
 	overflow: hidden;
 	padding: 0px;
 	vertical-align: top;
 	float:right;
	/*width: 100%;
 	max-width: 598px;
 	overflow: hidden;*/
 }
 
.innerContent {
	max-width: 760px; 
	width: 760px; 
	text-align:center;
}
 
 .imagecaption {
 	font-style: italic;
 	color: #57492b;
 }
 
.content {
	background: #fff url('images/blueBody.gif') 0 0 repeat-x;
	color: #73623d;
	font-size: 14px;
}

.content h1 {
	color: #73623d;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
	
.content h2 {
	margin: 0 0 10px;
	padding: 0px;
}

.content h3 {
	color: #73623d;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.content .heading h3 {
	font-size: 14px;
	padding: 10px 0 11px;
}

.contentArea {
	background: #fbfaf7 url('images/blueBody.gif') 0 0 no-repeat;
	width: 941px;
}

.contentArea h3 {
	margin: 0px;
	padding: 0px;
}

.contentArea p {
	margin: 0px;
	padding: 0px;
}

.contentArea2 {
	background: #fff url('images/blueBody.gif') 0 0 repeat-x;
	min-height: 290px;
}

.contentArea2 a {
	font-size: 14px;
	font-weight: bold;
	color: #695c39;
	text-decoration: none;
}

.contentArea2 h1 {
	color: #5d573f;
	font-size: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.contentArea2 h2 {
	color: #5d573f;
	font-size: 16px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}

.contentArea2 h3 {
	margin: 0px;
	padding: 0px;
}

.contentArea2 p {
	margin: 0px;
	padding: 0px;
}
	
.contentArea2 table, .contentArea2 tr, .contentArea2 tbody, .contentArea2 td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
}

.linkButton {
	background: url('/art/linkButton.gif') no-repeat;
	height: 49px;
	width: 249px;
	border: none;
}
.hcontent3, .hcontent4, .hcontent5 {
	vertical-align: top;
	min-height: 150px; 
}
.hcontent3 h1, .hcontent4 h1, .hcontent5 h1 {
	font-weight: lighter;
	color: #ffffff;
	margin-top: 10px;
}
.hcontent3 h1 {
	margin-left: 25px;
}
.leftBox {
	width: 300px; 
	padding: 0 0 10px;
	vertical-align: top;
}

.middleImg {
	 width: 327px;
	 padding: 0 0 10px;
	 vertical-align: top;
}

.indexContentAds {
	margin: 15px;
	width: 275px; 
	min-height: 305px; 
}

#contentbody {
	padding: 15px;
	text-align:left;
}


#contentbody p {
	margin-bottom:15px; 
}


/*End Content CSS*/

/*Start footer CSS*/
.footer {
	background: #fff url('images/blueFooter.gif') 0 0 repeat-x;
	width: 941px;
	min-height: 98px;
	color: #4F2316;
	font-size: 12px;
	padding-top: 5px;
}

.footer p {
	margin: 0px;
	padding: 5px 0 0;
	display: none;
}

#footer-nav li a{
	color: #4F2316;
	font-size: 14px;
	text-decoration: none;
	line-height: 15px;
	font-family: Cambria, Times, "Times New Roman", serif;
	display: none;
}

#footer-nav {
	margin: 0 auto;
	text-align: center;
}

#footer-nav ul li:before {
	color: #a49e5c;
	content: '::';
}
	
#footer-nav li:first-child:before	{ content:""; }
#footer-nav li a					{ padding: 0 12px; }

#footer-nav ul li {
	display: inline;
	padding-top: 5px;
	background: none;
}
#footer-nav ul li a, #footer-nav li a	{ background: none; }
.footer-nav {
	background: #9D9D9D url('images/navBg.gif') repeat-x;
	position: relative;
	z-index: 2;
	height: 27px;
}

.footer-nav ul {
	margin: 0px;
	padding: 3px 0 0;
}
/*End Footer CSS*/

/*search CSS*/
.searchContent {
	background-color: #ffffff;
	min-height: 317px;
	padding: 0 20px;
	overflow: hidden;
	color: #4F2316;
	display: block;
}

.searchContent h2 {
	padding-top: 5px;
	text-align: center;
}

.searchContent h3, .searchContent a { color: #4F2316; }

/*user.css*/
a, a:visited, a:active, a:link {
	color: #760072;
}

input { font-family:Cambria, Times, "Times New Roman", serif; }

#top_chicklets li, .popular { font-family:Cambria, Times, "Times New Roman", serif; }